home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Internet / EasyPHP / easyphp1-8_setup.exe / {app} / home / styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-04  |  789 b   |  52 lines

  1. a {
  2.     color: Silver;
  3.     text-decoration: none;
  4. }
  5.  
  6. a:hover {
  7.     text-decoration: underline;
  8. }
  9.  
  10. h1 {
  11.     font-size: 12px;
  12.     font-weight: bold;    
  13. }
  14.  
  15. h2 {
  16.     font-size: 12px;
  17.     font-weight: bold;    
  18. }
  19.  
  20. LI { list-style-type: square }
  21.  
  22.  
  23. body {
  24.     background : #525A73;
  25. }
  26. .text1 {
  27.     font-family: Arial, Helvetica, sans-serif;
  28.     font-size: 12px;
  29.     color: White;
  30.     text-align : left;
  31. }
  32. .text2 {
  33.     font-family: Arial, Helvetica, sans-serif;
  34.     font-size: 12px;
  35.     color: Silver;
  36.     text-align : left;
  37. }
  38. .titre1 {
  39.     font-family: Arial, Helvetica, sans-serif;
  40.     font-size: 12px;
  41.     font-weight: bold;
  42.     color: #FFFFFF;
  43.     text-decoration : none;
  44. }
  45. .titre2 {
  46.     font-family: Arial, Helvetica, sans-serif;
  47.     font-size: 12px;
  48.     font-weight: bold;
  49.     color: #cccccc;
  50.     text-decoration : none;    
  51. }
  52.